Expand description
Lioness wide block cipher
Re-exports§
pub use error::LionessError;
pub use util::xor;
pub use util::xor_assign;
Modules§
- Error reporting for Lioness wide block cipher.
Structs§
- Lioness implemented generically over a Digest and StreamCipher
Constants§
Traits§
- Adapt a given
crypto::digest::Digest
to Lioness. - Adapt a given
crypto::symmetriccipher::KeyStream
to lioness.